home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / GLC / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  180 b   |  15 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1996. */
  3.  
  4. #include "../../Glut.cf"
  5.  
  6. TARGETS = glcdemo
  7.  
  8. SRCS = glcdemo.c
  9.  
  10. AllTarget($(TARGETS))
  11.  
  12. SimpleGlutProgramTarget(glcdemo)
  13.  
  14. DependTarget()
  15.